home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Diversos / Coeli Stella 2000 / _SETUP.1 / Stella.exe / 0 / RCDATA / THTMLREFERENCEFORM / THTMLREFERENCEFORM.txt
Text File  |  1999-03-13  |  5KB  |  195 lines

  1. object HTMLReferenceForm: THTMLReferenceForm
  2.   Left = 303
  3.   Top = 219
  4.   Width = 596
  5.   Height = 466
  6.   Caption = 'Stella 2000 Special Reference'
  7.   Font.Color = clWindowText
  8.   Font.Height = -14
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   FormStyle = fsStayOnTop
  12.   OnCreate = FormCreate
  13.   OnDestroy = FormDestroy
  14.   PixelsPerInch = 125
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 588
  20.     Height = 60
  21.     Align = alTop
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  24.     Font.Color = clBlack
  25.     Font.Height = -19
  26.     Font.Name = 'Times New Roman'
  27.     Font.Style = []
  28.     ParentFont = False
  29.     ParentShowHint = False
  30.     ShowHint = True
  31.     TabOrder = 0
  32.     object BackButton: TExplorerButton
  33.       Left = 16
  34.       Top = 8
  35.       Width = 62
  36.       Height = 46
  37.       Caption = '<<<'
  38.       Options = [boMonoDisplay, boPopupMark, boShowBevel]
  39.       OnClick = BackButtonClick
  40.       IBitmap = {}
  41.     end
  42.     object ForwardButton: TExplorerButton
  43.       Left = 87
  44.       Top = 8
  45.       Width = 62
  46.       Height = 46
  47.       Caption = '>>>'
  48.       Options = [boMonoDisplay, boPopupMark, boShowBevel]
  49.       OnClick = ForwardButtonClick
  50.       IBitmap = {}
  51.     end
  52.     object Bevel1: TBevel
  53.       Left = 6
  54.       Top = 10
  55.       Width = 3
  56.       Height = 40
  57.       Style = bsRaised
  58.     end
  59.     object Bevel2: TBevel
  60.       Left = 156
  61.       Top = 10
  62.       Width = 3
  63.       Height = 40
  64.     end
  65.     object FontButton: TExplorerButton
  66.       Left = 175
  67.       Top = 8
  68.       Width = 62
  69.       Height = 46
  70.       Caption = 'Font'
  71.       DropDownMenu = FontPopupMenu
  72.       Options = [boMonoDisplay, boPopupMark, boShowBevel]
  73.       Font.Color = clBlack
  74.       Font.Height = -17
  75.       Font.Name = 'Courier New'
  76.       Font.Style = []
  77.       ParentFont = False
  78.       PopupMenu = FontPopupMenu
  79.       IBitmap = {}
  80.     end
  81.     object ColorButton: TExplorerButton
  82.       Left = 251
  83.       Top = 8
  84.       Width = 62
  85.       Height = 46
  86.       Caption = 'Color'
  87.       Options = [boMonoDisplay, boPopupMark, boShowBevel]
  88.       Font.Color = clBlack
  89.       Font.Height = -17
  90.       Font.Name = 'Courier New'
  91.       Font.Style = []
  92.       OnClick = ColorButtonClick
  93.       ParentFont = False
  94.       IBitmap = {}
  95.     end
  96.     object Bevel3: TBevel
  97.       Left = 322
  98.       Top = 10
  99.       Width = 3
  100.       Height = 40
  101.     end
  102.   end
  103.   object FrameViewer1: TFrameViewer
  104.     Left = 0
  105.     Top = 60
  106.     Width = 588
  107.     Height = 374
  108.     OnHotSpotTargetClick = FrameViewer1HotSpotTargetClick
  109.     NoSelect = False
  110.     SelLength = 0
  111.     HistoryMaxCount = 10
  112.     DefBackground = 14680063
  113.     DefFontName = 'Arial'
  114.     DefPreFontName = 'Courier New'
  115.     DefFontSize = 9
  116.     DefFontColor = clNavy
  117.     PrintMarginLeft = 2.000000000000000000
  118.     PrintMarginRight = 2.000000000000000000
  119.     PrintMarginTop = 2.000000000000000000
  120.     PrintMarginBottom = 2.000000000000000000
  121.     Align = alClient
  122.     TabOrder = 1
  123.   end
  124.   object FontPopupMenu: TPopupMenu
  125.     Left = 645
  126.     Top = 5
  127.     object Smaller1: TMenuItem
  128.       Caption = 'Smaller'
  129.       ShortCut = 0
  130.       OnClick = Smaller1Click
  131.     end
  132.     object Larger1: TMenuItem
  133.       Caption = 'Larger'
  134.       ShortCut = 0
  135.       OnClick = Larger1Click
  136.     end
  137.     object N1: TMenuItem
  138.       Caption = '-'
  139.       Default = True
  140.       ShortCut = 0
  141.     end
  142.     object Face1: TMenuItem
  143.       Caption = 'Face'
  144.       ShortCut = 0
  145.       OnClick = Face1Click
  146.     end
  147.     object FontColor1: TMenuItem
  148.       Caption = 'Color'
  149.       ShortCut = 0
  150.       OnClick = FontColor1Click
  151.     end
  152.     object N2: TMenuItem
  153.       Caption = '-'
  154.       Enabled = False
  155.       ShortCut = 0
  156.     end
  157.     object FontDefaults1: TMenuItem
  158.       Caption = 'Defaults'
  159.       ShortCut = 0
  160.       OnClick = FontDefaults1Click
  161.     end
  162.   end
  163.   object FontDialog1: TFontDialog
  164.     Font.Color = clWindowText
  165.     Font.Height = -14
  166.     Font.Name = 'MS Sans Serif'
  167.     Font.Style = []
  168.     MinFontSize = 0
  169.     MaxFontSize = 0
  170.     Left = 615
  171.     Top = 5
  172.   end
  173.   object ColorDialog1: TColorDialog
  174.     Ctl3D = True
  175.     Left = 586
  176.     Top = 5
  177.   end
  178.   object IniOut1: TIniOut
  179.     FileName = 'HTMLREF.INI'
  180.     Items.Strings = (
  181.       'HTMLReferenceForm;Height;;Dimensions;FormHeight;1;0'
  182.       'HTMLReferenceForm;Width;;Dimensions;FormWidth;1;0'
  183.       'HTMLReferenceForm;Top;;Position;FormTop;1;0'
  184.       'HTMLReferenceForm;Left;;Position;FormLeft;1;0'
  185.       'FrameViewer1;DefBackground;;HTML;BackgroundColor;1;0'
  186.       'FrameViewer1;DefFontColor;clNavy;HTML;FontColor;1;0'
  187.       'FrameViewer1;DefFontName;Times New Roman;HTML;FontName;1;0'
  188.       'FrameViewer1;DefFontSize;12;HTML;FontSize;1;0'
  189.       'FrameViewer1;;;;;0;0')
  190.     RegistryRoot = CURRENT_USER
  191.     Left = 556
  192.     Top = 5
  193.   end
  194. end
  195.